home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0867.dms / q0867.adf / TRAPDOOR.LZH / Scripts / AreaTitles next >
AmigaDOS Script File  |  1990-03-09  |  428b  |  19 lines

  1. .key Area/a
  2. .bra {
  3. .ket }
  4.  
  5. ; This script gives me a listing of all messages in the current area
  6. ; with a simple keypress from within Chameleon.
  7. ;
  8. ; Install in your CE.cfg with:
  9. ;
  10. ;    External WBenchScreen "@TList Titles" "AreaTitles %a"
  11.  
  12. mf >t:arealist.{$$} area {Area} compact nofancy
  13. sort t:arealist.{$$} RAM:{Area}.{$$}
  14.  
  15. ; call your favourite editor here:
  16. txed sticky RAM:{Area}.{$$}
  17.  
  18. delete RAM:{Area}.{$$} t:arealist.{$$}
  19.